Conversation
|
|
PR SummaryThis PR updates the authentication method used in the release notes check script. The previous approach initialized the Github API client using only the access token. The updated code now creates an authentication object using the token and passes it to the Github client constructor. This change follows best practices recommended by the Github library, ensuring better security and clearer authentication code structure. Only functional changes have been applied, with no alterations to non-critical files. Test Suggestions
|
Pull Request Description
What and why?
This PR fixes the outdated auth warning that is causing workflow issues.
How to test
What needs special review?
Dependencies, breaking changes, and deployment notes
Release notes
Checklist